Skip to content

chore(deps): update minor-updates-nuget#1470

Merged
tnotheis merged 2 commits into
mainfrom
renovate/minor-updates-nuget
Jun 16, 2026
Merged

chore(deps): update minor-updates-nuget#1470
tnotheis merged 2 commits into
mainfrom
renovate/minor-updates-nuget

Conversation

@renovate

@renovate renovate Bot commented May 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
Azure.Storage.Blobs (source) [12.27.0][12.29.0] age confidence
Google.Cloud.PubSub.V1 [3.34.0][3.36.0] age confidence
Google.Cloud.Storage.V1 [4.14.0][4.15.0] age confidence
Microsoft.Extensions.Diagnostics.HealthChecks.Common (source) [10.5.0][10.7.0] age confidence
Microsoft.NET.Test.Sdk [18.5.1][18.6.0] age confidence
OpenTelemetry.Extensions.Hosting (source) [1.15.3][1.16.0] age confidence
Polly [8.6.6][8.7.0] age confidence
Serilog.Sinks.Seq (source) [9.0.0][9.1.0] age confidence
Spectre.Console [0.55.2][0.57.0] age confidence
Swashbuckle.AspNetCore [10.1.7][10.2.1] age confidence
Testcontainers.Azurite (source) [4.11.0][4.12.0] age confidence
Testcontainers.PostgreSql (source) [4.11.0][4.12.0] age confidence

Release Notes

Azure/azure-sdk-for-net (Azure.Storage.Blobs)

v12.29.0

Compare Source

12.29.0 (2026-06-04)

Features Added
  • Includes all features from 12.29.0-beta.1
Bugs Fixed
  • Added validation for length-prefixed fields when parsing Blob Query responses to prevent excessive memory allocation from malformed or untrusted payloads.

v12.28.0

Compare Source

12.28.0 (2026-05-12)
Features Added
  • Includes all features from 12.28.0-beta.1
Bugs Fixed
  • Fixed issue where the TokenRequestContext.Scopes contained a double slash (e.g. https://storage.azure.com//.default) when using TokenCredential authentication. (#​58295)
googleapis/google-cloud-dotnet (Google.Cloud.PubSub.V1)

v3.36.0: Google.Cloud.PubSub.V1 version 3.36.0

Compare Source

New features
  • Streaming pull keepalive

v3.35.0: Google.Cloud.PubSub.V1 version 3.35.0

Compare Source

New features
  • Support WaitForProcessing and NackInmediately shutdown options.
dotnet/extensions (Microsoft.Extensions.Diagnostics.HealthChecks.Common)

v10.7.0

v10.7.0 graduates the Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetes package to stable. The package registers a Kubernetes-aware ResourceQuotaProvider that reads the pod's CPU and memory requests and limits and exposes them to Microsoft.Extensions.Diagnostics.ResourceMonitoring as baseline and maximum quotas, which then feed the request and limit dimensions of the published resource utilization metrics. The companion ResourceQuota and ResourceQuotaProvider types in Microsoft.Extensions.Diagnostics.ResourceMonitoring graduate to stable in the same change so that consumers can implement custom quota providers without taking an experimental dependency.

On the AI side, Microsoft.Extensions.AI.OpenAI moves to OpenAI 2.11.0 and fixes a deserialization bug in ToolJson.AdditionalProperties so that JSON Schema additionalProperties values shaped as sub-schema objects (for example {"type":"string"}) are preserved instead of throwing during deserialization. HostedFileContent.SizeInBytes and HostedFileContent.CreatedAt graduate to stable since both values are consistently available across hosted-file providers, while Purpose and Scope remain experimental as provider-shaped vocabulary. FunctionInvokingChatClient drops a backward-compat path that auto-marked ToolApprovalResponseContent entries with InformationalOnly: true; consumers that need to continue accepting sessions serialized before #​7468 can use the sample ApprovalHistoryNormalizingChatClient middleware added in the test project.

Experimental API Changes
Now Stable
  • Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetes package is now stable #​7253
  • Resource Monitoring ResourceQuota and ResourceQuotaProvider APIs are now stable (previously EXTEXP0008) #​7253
  • HostedFileContent.SizeInBytes and HostedFileContent.CreatedAt are now stable (previously MEAI001) #​7513
What's Changed
AI
Diagnostics, Health Checks, and Resource Monitoring
Repository Infrastructure Updates
  • [main] Update dependencies from dotnet/arcade #​7521
  • Bump dotnet-reportgenerator-globaltool from 5.5.9 to 5.5.10 #​7522
  • Bump dotnet-coverage from 18.6.2 to 18.7.0 #​7530
  • Bump PowerShell from 7.6.1 to 7.6.2 #​7531
  • Bump qs from 6.15.1 to 6.15.2 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7532
  • [main] Update dependencies from dotnet/arcade #​7534
  • Bump tmp from 0.2.5 to 0.2.6 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7537
Acknowledgements

Full Changelog: dotnet/extensions@v10.6.0...v10.7.0

v10.6.0

Version 10.6.0 stabilizes the response continuation token and background-response APIs in Microsoft.Extensions.AI.Abstractions. Most other AI work for May shipped in 10.5.1; this monthly release rolls those changes up alongside dependency updates and a small Resource Monitoring cleanup.

Experimental API Changes
Now Stable
  • ResponseContinuationToken and background-response APIs are now stable (previously MEAI001) #​7512
What's Changed
AI
Repository Infrastructure Updates
  • Update version to 10.6.0 #​7458 by @​jeffhandley
  • [main] Update dependencies from dotnet/arcade #​7451
  • Bump follow-redirects from 1.15.11 to 1.16.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript/azure-devops-report/tasks/PublishAIEvaluationReport #​7469
  • Merge release/10.5 into main #​7470 by @​jeffhandley
  • Bump microsoft.visualstudio.slngen.tool from 12.0.13 to 12.0.32 #​7484
  • Bump postcss from 8.5.9 to 8.5.12 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7494
  • Bump dotnet-reportgenerator-globaltool from 5.5.7 to 5.5.9 #​7504
  • Rename release-notes skill to write-release-notes #​7511 by @​jeffhandley (co-authored by @​Copilot)
Acknowledgements

Full Changelog: dotnet/extensions@v10.5.2...v10.6.0

microsoft/vstest (Microsoft.NET.Test.Sdk)

v18.6.0

What's Changed

Changes to tests and infra

Full Changelog: microsoft/vstest@v18.5.1...v18.6.0

open-telemetry/opentelemetry-dotnet (OpenTelemetry.Extensions.Hosting)

v1.16.0

Release details: 1.16.0

  • Breaking Change Explicit histogram boundaries no longer allow more than
    10 million values.
  • Fix BaggagePropagator to correctly follow Key and Value Encoding rules.
  • Add support for the W3C randomness flag.
  • Fixed TraceContextPropagator to deduplicate duplicate tracestate keys.
  • ObservedTimestamp will now be exported for logs in the console exporter.
  • Fixed NullReferenceException when exporting OTLP logs if the scope key is
    null.
  • Added opt-in support for gzip compression to the OTLP exporter.
  • Fixed OTLP disk retry data being stored incorrectly when using persistent
    storage retry.
  • Fixed OtlpLogExporter integration with IHttpClientFactory.
  • Do not enable the OTLP integration with IHttpClientFactory when mTLS is
    enabled.
  • Handle Retry-After response headers that specify a date instead of a delay.
  • observed_time_unix_nano will no longer always be identical to time_unix_nano
    when using the logs bridge API.
  • Stop validating View-provided metric stream Name against the instrument name
    syntax.
  • Fix incorrect validation of OTEL_BSP_* and OTEL_BLRP_* environment variables.
  • Fix observable instrument callbacks running once per reader instead of once per
    collection cycle.
  • Added exception safety for user-supplied ExemplarReservoir implementations.
  • Fixed a circular reference which could cause a LoggerProvider to fail to
    resolve when one of its dependencies depends on ILogger or ILoggerFactory.
App-vNext/Polly (Polly)

v8.7.0

Compare Source

datalust/serilog-sinks-seq (Serilog.Sinks.Seq)

v9.1.0

What's Changed

Full Changelog: datalust/serilog-sinks-seq@v9.0.0...v9.1.0

spectreconsole/spectre.console (Spectre.Console)

v0.57.0

Compare Source

What's Changed

Full Changelog: spectreconsole/spectre.console@0.56.0...0.57.0

v0.56.0

Compare Source

What's Changed

New Contributors

Full Changelog: spectreconsole/spectre.console@0.55.2...0.56.0

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)

v10.2.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.2.0...v10.2.1

v10.2.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.7...v10.2.0

testcontainers/testcontainers-dotnet (Testcontainers.Azurite)

v4.12.0

Compare Source

What's Changed

Thanks to all contributors 👏.

The NuGet packages for this release have been attested for supply chain security using actions/attest. This confirms the integrity and provenance of the artifacts and helps ensure they can be trusted: #​21198535.

⚠️ Breaking Changes

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency Updates


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from tnotheis as a code owner May 18, 2026 01:52
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 18, 2026
@renovate renovate Bot requested a review from erbenjak May 18, 2026 01:52
@renovate renovate Bot force-pushed the renovate/minor-updates-nuget branch 5 times, most recently from 38c90b1 to 0817132 Compare May 24, 2026 17:52
@renovate renovate Bot force-pushed the renovate/minor-updates-nuget branch 7 times, most recently from c11ac28 to 5f676fe Compare June 1, 2026 19:51
@renovate renovate Bot force-pushed the renovate/minor-updates-nuget branch 8 times, most recently from 734d466 to 0c06b83 Compare June 9, 2026 19:51
@renovate renovate Bot force-pushed the renovate/minor-updates-nuget branch 7 times, most recently from 9a94662 to e4c82ab Compare June 15, 2026 06:50
@renovate renovate Bot force-pushed the renovate/minor-updates-nuget branch 5 times, most recently from d09c469 to 16dd610 Compare June 15, 2026 20:49
@renovate renovate Bot force-pushed the renovate/minor-updates-nuget branch from 16dd610 to 5680a38 Compare June 16, 2026 06:02
@tnotheis tnotheis enabled auto-merge (squash) June 16, 2026 06:26
@tnotheis tnotheis merged commit dec03e4 into main Jun 16, 2026
24 checks passed
@tnotheis tnotheis deleted the renovate/minor-updates-nuget branch June 16, 2026 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant